home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
disk
/
misc
/
DVD-RAM.lha
/
DVD-RAM
/
DVD-RAM_2.6
/
SFS_DOSDrivers
/
DVD_SFS
next >
Wrap
Text File
|
2000-10-01
|
846b
|
28 lines
/*\
* $VER: DVD-RAM_2.6 0.5 SFS (01.06.00)
* Designed by Steven Norburn <sndev@bigfoot.com>.
* 2380 MB, 1218960 blocks with 2048 bytes per block.
*
* <Device Name>: Is the same as this filename.
* Device and Unit fields are set by tooltypes.
*
* <Device Name>:
* Device = <your>scsi.device
* Unit = <your>3
*
* The other default settings should hopefully be fine !
\*/
FileSystem = L:SmartFilesystem
Buffers = 50 /* The amount of cache (100K) */
BufMemType = 0 /* Any type of cache memory */
GlobVec = -1 /* Do no change */
Surfaces = 1 /* Number of Surfaces */
BlockSize = 2048 /* Number of bytes in a Block */
BlocksPerTrack = 60 /* Blocks are later known as Sectors */
LowCyl = 0 /* Start Cyl */
HighCyl = 20315 /* End Cyl */
Mount = 1 /* Mount it immediately */
DosType = 0x53465300 /* FileSystem ID 'SFS'/0 */
#